In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / GetTextHeight Method

GetTextHeight Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(424)>

Function GetTextHeight( _

   ByVal ImageID As Integer, _

   ByVal Text As String, _

   ByVal FontName As String, _

   ByVal FontSize As Single, _

   ByVal FontStyle As FontStyle _

) As Single
[DispId(424)]

float GetTextHeight( 

   int ImageID,

   string Text,

   string FontName,

   float FontSize,

   FontStyle FontStyle

)
function GetTextHeight( 

    ImageID: Integer;

    Text: String;

    FontName: String;

    FontSize: Single;

    FontStyle: FontStyle

): Single; 
DispIdAttribute(424)

function GetTextHeight( 

   ImageID : int,

   Text : String,

   FontName : String,

   FontSize : float,

   FontStyle : FontStyle

) : float;
[DispId(424)]

float GetTextHeight( 

   int ImageID,

   string* Text,

   string* FontName,

   float FontSize,

   FontStyle FontStyle

) 
[DispId(424)]

float GetTextHeight( 

   int ImageID,

   String^ Text,

   String^ FontName,

   float FontSize,

   FontStyle FontStyle

) 

Parameters

ImageID
Text
FontName
FontSize
FontStyle
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members